home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / ASSEMBLE / 0938.ZIP / KEGELUNX.ARC / DU.DOC < prev    next >
Text File  |  1985-03-22  |  640b  |  22 lines

  1. du    - show disk use
  2.  
  3. SYNOPSIS
  4.     du name
  5.  
  6. DESCRIPTION
  7.     Lists the disk space used by the given directory (or set of files),
  8.     and in all subdirectories thereof.
  9.     If no name is given, lists the current directory.
  10.  
  11.     Gives subtotals for all subdirectories in the given directory.
  12.  
  13.     Note- du currently looks at the disk space actually used; since
  14.           disk space is allocated in chunks,
  15.           each file will (on the average) waste half a chunk.
  16.           In our case, 500 files x (4K/2) = 1 Megabyte wasted.
  17.           This explains the difference between (10 MB - du \) and df.
  18.  
  19. FILES
  20.     \local\du.com
  21.     \local\src\du.asm
  22.